home *** CD-ROM | disk | FTP | other *** search
/ USA Bestseller / USA BESTSELLER Vol 1-95 (Hepp-Computer)(1995).iso / e235 / demo6.bat < prev    next >
DOS Batch File  |  1994-01-30  |  413b  |  12 lines

  1. @echo off
  2. echo.
  3. echo ready to render "BALLS.POV" in high resolution with anti-aliasing.
  4. echo this will take a very long time - possibly more than a day on
  5. echo slower machines.
  6. echo.
  7. echo note : warnings about overwriting textures are normal for this scene
  8. echo.
  9. echo Hold down [CONTROL] and type "C" to abort or
  10. pause
  11. povray -lc:\povray\include -idemo\balls.pov -odemo\balls.tga -mv1.0 -h600 -w800 +a
  12.